GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > ActionResult<T> 構造体 > ActionResult<T> コンストラクタ : ActionResult<T> コンストラクタ(T,String,ActionCategory) |
'Declaration
Public Function New( _ ByVal value As T, _ ByVal details As String, _ ByVal category As ActionCategory _ )
'使用法
Dim value As T Dim details As String Dim category As ActionCategory Dim instance As New ActionResult(Of T)(value, details, category)